projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3debffa
)
spi: Kconfig: Add FSL_QSPI entry
author
Jagan Teki
<
[email protected]
>
Sat, 27 Jun 2015 09:53:07 +0000
(15:23 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 16:09:04 +0000
(21:39 +0530)
Added FSL_QSPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <
[email protected]
>
Cc: Peng Fan <
[email protected]
>
Cc: Haikun Wang <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 2c0046d2091670e2ba0396e3261733a1d5bf6849..e4a90e8eb01b1b9afdbad3422ac4d83079b09e73 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-37,6
+37,13
@@
config FSL_DSPI
this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
use this driver.
+config FSL_QSPI
+ bool "Freescale QSPI driver"
+ help
+ Enable the Freescale Quad-SPI (QSPI) driver. This driver can be
+ used to access the SPI NOR flash on platforms embedding this
+ Freescale IP core.
+
config SANDBOX_SPI
bool "Sandbox SPI driver"
depends on SANDBOX && DM